CommonEvent 1235
Name = "会話：パイズリ人形"

  999([1235])
  ConditionalBranch([1, 20, 0, 1, 0])
    JumpToLabel(["情報"])
    Empty([])

  BranchEnd([])
  ConditionalBranch([1, 20, 0, 2, 0])
    JumpToLabel(["質問"])
    Empty([])

  BranchEnd([])
  ConditionalBranch([1, 20, 0, 3, 0])
    JumpToLabel(["要求"])
    Empty([])

  BranchEnd([])
  ConditionalBranch([1, 20, 0, 4, 0])
    JumpToLabel(["贈与"])
    Empty([])

  BranchEnd([])
  Label(["情報"])
  ControlVariables([13, 13, 0, 2, 1, 50])
  ConditionalBranch([1, 13, 0, 10, 2])
    ShowTextAttributes(["paizuridoll_fc1", 0, 0, 2])
    ShowText(["\\n<Paizuri Doll>*Rattling*..."])
    ShowText([""])
    ExitEventProcessing([])
    Empty([])

  BranchEnd([])
  ConditionalBranch([1, 13, 0, 20, 2])
    ShowTextAttributes(["paizuridoll_fc1", 0, 0, 2])
    ShowText(["\\n<Paizuri Doll>"])
    ShowText(["............"])
    ShowTextAttributes(["", 0, 0, 2])
    ShowText(["The Paizuri Doll is observing you..."])
    ExitEventProcessing([])
    Empty([])

  BranchEnd([])
  ConditionalBranch([1, 13, 0, 30, 2])
    ShowTextAttributes(["paizuridoll_fc1", 2, 0, 2])
    ShowText(["\\n<Paizuri Doll>......?!"])
    ShowText([""])
    ExitEventProcessing([])
    Empty([])

  BranchEnd([])
  ConditionalBranch([1, 13, 0, 40, 2])
    ShowTextAttributes(["paizuridoll_fc1", 0, 0, 2])
    ShowText(["\\n<Paizuri Doll>"])
    ShowText(["............"])
    ShowTextAttributes(["", 0, 0, 2])
    ShowText(["The Paizuri Doll is jiggling her breasts..."])
    ExitEventProcessing([])
    Empty([])

  BranchEnd([])
  ConditionalBranch([1, 13, 0, 50, 2])
    ShowTextAttributes(["paizuridoll_fc1", 0, 0, 2])
    ShowText(["\\n<Paizuri Doll>"])
    ShowText(["............"])
    ShowTextAttributes(["", 0, 0, 2])
    ShowText(["The Paizuri Doll is jumping up and down..."])
    ExitEventProcessing([])
    Empty([])

  BranchEnd([])
  Label(["質問"])
  ControlVariables([13, 13, 0, 2, 1, 30])
  ConditionalBranch([1, 13, 0, 10, 2])
    ShowTextAttributes(["paizuridoll_fc1", 0, 0, 2])
    ShowText(["\\n<Paizuri Doll>"])
    ShowText(["............"])
    ShowTextAttributes(["", 0, 0, 2])
    ShowText(["The Paizuri Doll seems to want some change...\nWhat will you do?"])
    ShowText([""])
    ShowChoices([["Give 5G", "Give 50G", "Don't give anything"], 0])
    When([0, "5Gあげる"])
      ShowTextAttributes(["", 0, 0, 2])
      ShowText(["Luka slipped a 5G coin between the Paizuri Doll's breasts..."])
      ShowTextAttributes(["paizuridoll_fc1", 1, 0, 2])
      ShowText(["\\n<Paizuri Doll>......!!"])
      ShowText([""])
      ShowTextAttributes(["", 0, 0, 2])
      ShowText(["She appears to be pleased!"])
      Script(["change_friend(5)"])
      Empty([])

    When([1, "50Gあげる"])
      ShowTextAttributes(["", 0, 0, 2])
      ShowText(["Luka slipped a 50G note between the Paizuri Doll's breasts..."])
      ShowTextAttributes(["paizuridoll_fc1", 1, 0, 2])
      ShowText(["\\n<Paizuri Doll>......?!?!"])
      ShowText([""])
      ShowTextAttributes(["", 0, 0, 2])
      ShowText(["She appears to be delighted!"])
      Script(["change_friend(10)"])
      Empty([])

    When([2, "あげない"])
      ShowTextAttributes(["paizuridoll_fc1", 0, 0, 2])
      ShowText(["\\n<Paizuri Doll>"])
      ShowText(["............"])
      ShowTextAttributes(["", 0, 0, 2])
      ShowText(["She looks disappointed..."])
      Empty([])

    ChoicesEnd([])
    ExitEventProcessing([])
    Empty([])

  BranchEnd([])
  ConditionalBranch([1, 13, 0, 20, 2])
    ShowTextAttributes(["paizuridoll_fc1", 2, 0, 2])
    ShowText(["\\n<Paizuri Doll>......?!"])
    ShowText([""])
    ShowTextAttributes(["", 0, 0, 2])
    ShowText(["The Paizuri Doll fell over!\nShe can't seem to get back up due to her large breasts!"])
    ShowText([""])
    ShowChoices([["Lift her up", "Watch silently", "Roll her around"], 0])
    When([0, "起こしてあげる"])
      ShowTextAttributes(["paizuridoll_fc1", 1, 0, 2])
      ShowText(["\\n<Paizuri Doll>"])
      ShowText(["............"])
      ShowTextAttributes(["", 0, 0, 2])
      ShowText(["The Paizuri Doll is thanking you!"])
      Script(["change_friend(10)"])
      Empty([])

    When([1, "黙って見ている"])
      ShowTextAttributes(["paizuridoll_fc1", 0, 0, 2])
      ShowText(["\\n<Paizuri Doll>"])
      ShowText(["............"])
      ShowTextAttributes(["", 0, 0, 2])
      ShowText(["The Paizuri Doll managed to get back up on her own!\nShe looks slightly embarrassed..."])
      ShowText([""])
      Empty([])

    When([2, "転がす"])
      ShowTextAttributes(["paizuridoll_fc1", 2, 0, 2])
      ShowText(["\\n<Paizuri Doll>......?!?!"])
      ShowText([""])
      ShowTextAttributes(["", 0, 0, 2])
      ShowText(["The Paizuri Doll is angry!"])
      Script(["change_friend(-5)"])
      Empty([])

    ChoicesEnd([])
    ExitEventProcessing([])
    Empty([])

  BranchEnd([])
  ConditionalBranch([1, 13, 0, 30, 2])
    ShowTextAttributes(["paizuridoll_fc1", 0, 0, 2])
    ShowText(["\\n<Paizuri Doll>......♪...♪"])
    ShowText([""])
    ShowTextAttributes(["", 0, 0, 2])
    ShowText(["\\n<Paizuri Doll>The Paizuri Doll suddenly started to dance!"])
    ShowChoices([["Keep watching", "Dance with her", "Use this chance to attack"], 0])
    When([0, "じっと見ている"])
      ShowTextAttributes(["paizuridoll_fc1", 0, 0, 2])
      ShowText(["\\n<Paizuri Doll>...♪......♪"])
      ShowText([""])
      ShowTextAttributes(["", 0, 0, 2])
      ShowText(["Looking slightly embarrassed, the Paizuri Doll dances..."])
      Script(["change_friend(10)"])
      Empty([])

    When([1, "一緒に踊る"])
      ShowTextAttributes(["paizuridoll_fc1", 0, 0, 2])
      ShowText(["\\n<Paizuri Doll>......?!"])
      ShowText([""])
      ShowTextAttributes(["", 0, 0, 2])
      ShowText(["The Paizuri Doll looks surprised..."])
      Empty([])

    When([2, "この隙に攻撃する"])
      ShowTextAttributes(["paizuridoll_fc1", 2, 0, 2])
      ShowText(["\\n<Paizuri Doll>"])
      ShowText(["............"])
      ShowTextAttributes(["", 0, 0, 2])
      ShowText(["The Paizuri Doll looks sad..."])
      Script(["change_friend(-5)"])
      Empty([])

    ChoicesEnd([])
    ExitEventProcessing([])
    Empty([])

  BranchEnd([])
  Label(["要求"])
  ControlVariables([13, 13, 0, 2, 1, 30])
  ConditionalBranch([1, 13, 0, 10, 2])
    ConditionalBranch([8, 435])
      ShowTextAttributes(["paizuridoll_fc1", 0, 0, 2])
      ShowText(["\\n<Paizuri Doll>"])
      ShowText(["............"])
      ShowTextAttributes(["", 0, 0, 2])
      ShowText(["The Paizuri Doll appears to want candy..."])
      ControlVariables([24, 24, 0, 3, 0, 435, 0])
      ShowTextAttributes(["", 0, 0, 2])
      ShowText(["Do you want to give some \\ii[435]? (Have:\\V[24])"])
      ShowChoices([["Yes", "No"], 2])
      When([0, "はい"])
        ShowTextAttributes(["paizuridoll_fc1", 0, 0, 2])
        ShowText(["\\n<Paizuri Doll>......♪"])
        ShowText([""])
        ChangeItems([435, 1, 0, 1])
        Script(["change_friend(20)"])
        ExitEventProcessing([])
        Empty([])

      When([1, "いいえ"])
        ShowTextAttributes(["paizuridoll_fc1", 2, 0, 2])
        ShowText(["\\n<Paizuri Doll>......?!"])
        ShowText([""])
        ExitEventProcessing([])
        Empty([])

      ChoicesEnd([])
      Empty([])

    Else([])
      ControlVariables([13, 13, 0, 0, 20])
      Empty([])

    BranchEnd([])
    Empty([])

  BranchEnd([])
  ConditionalBranch([1, 13, 0, 20, 2])
    ConditionalBranch([8, 305])
      ShowTextAttributes(["paizuridoll_fc1", 0, 0, 2])
      ShowText(["\\n<Paizuri Doll>"])
      ShowText(["............"])
      ShowTextAttributes(["", 0, 0, 2])
      ShowText(["The Paizuri Doll appears to want a banana..."])
      ControlVariables([24, 24, 0, 3, 0, 305, 0])
      ShowTextAttributes(["", 0, 0, 2])
      ShowText(["Do you want to give a \\ii[305]? (Have:\\V[24])"])
      ShowChoices([["Yes", "No"], 2])
      When([0, "はい"])
        ShowTextAttributes(["paizuridoll_fc1", 0, 0, 2])
        ShowText(["\\n<Paizuri Doll>......♪"])
        ShowText([""])
        ChangeItems([305, 1, 0, 1])
        Script(["change_friend(30)"])
        ExitEventProcessing([])
        Empty([])

      When([1, "いいえ"])
        ShowTextAttributes(["paizuridoll_fc1", 2, 0, 2])
        ShowText(["\\n<Paizuri Doll>......?!"])
        ShowText([""])
        ExitEventProcessing([])
        Empty([])

      ChoicesEnd([])
      Empty([])

    Else([])
      ControlVariables([13, 13, 0, 0, 30])
      Empty([])

    BranchEnd([])
    Empty([])

  BranchEnd([])
  ConditionalBranch([1, 13, 0, 30, 2])
    ShowTextAttributes(["paizuridoll_fc1", 0, 0, 2])
    ShowText(["\\n<Paizuri Doll>"])
    ShowText(["............"])
    ShowTextAttributes(["", 0, 0, 2])
    ShowText(["The Paizuri Doll appears to want money..."])
    ConditionalBranch([7, 492, 0])
      ControlVariables([24, 24, 0, 3, 7, 2, 0])
      ShowTextAttributes(["", 0, 0, 2])
      ShowText(["Do you want to give 492G? (Have:\\V[24])"])
      ShowChoices([["Yes", "No"], 2])
      When([0, "はい"])
        ShowTextAttributes(["paizuridoll_fc1", 0, 0, 2])
        ShowText(["\\n<Paizuri Doll>......♪"])
        ShowText([""])
        ChangeGold([1, 0, 492])
        Script(["change_friend(25)"])
        ExitEventProcessing([])
        Empty([])

      When([1, "いいえ"])
        ShowTextAttributes(["paizuridoll_fc1", 2, 0, 2])
        ShowText(["\\n<Paizuri Doll>......?!"])
        ShowText([""])
        ExitEventProcessing([])
        Empty([])

      ChoicesEnd([])
      Empty([])

    Else([])
      ShowTextAttributes(["", 0, 0, 2])
      ShowText(["\\n<Paizuri Doll>However, you have no money to give to her!"])
      ExitEventProcessing([])
      Empty([])

    BranchEnd([])
    Empty([])

  BranchEnd([])
  Label(["贈与"])
  ControlVariables([13, 13, 0, 2, 1, 30])
  ConditionalBranch([1, 25, 0, 1, 0])
    ControlVariables([13, 13, 0, 0, 30])
    ControlVariables([25, 25, 0, 0, 0])
    Empty([])

  BranchEnd([])
  ConditionalBranch([1, 25, 0, 2, 0])
    ControlVariables([13, 13, 0, 2, 1, 20])
    ControlVariables([25, 25, 0, 0, 0])
    Empty([])

  BranchEnd([])
  ConditionalBranch([1, 13, 0, 10, 2])
    ShowTextAttributes(["paizuridoll_fc1", 0, 0, 2])
    ShowText(["\\n<Paizuri Doll>"])
    ShowText(["............"])
    ShowTextAttributes(["", 0, 0, 2])
    ShowText(["The Paizuri Doll held out a boost drink!"])
    PlaySE(["RPG::SE(@name=\"Item1\", @pitch=100, @volume=80)"])
    ChangeItems([7, 0, 0, 1])
    ShowTextAttributes(["", 0, 0, 2])
    ShowText(["The Paizuri Doll gave you a \\ii[7]!"])
    ExitEventProcessing([])
    Empty([])

  BranchEnd([])
  ConditionalBranch([1, 13, 0, 20, 2])
    ShowTextAttributes(["paizuridoll_fc1", 0, 0, 2])
    ShowText(["\\n<Paizuri Doll>"])
    ShowText(["............"])
    ShowTextAttributes(["", 0, 0, 2])
    ShowText(["The Paizuri Doll held out a magical gear!"])
    PlaySE(["RPG::SE(@name=\"Item1\", @pitch=100, @volume=80)"])
    ChangeItems([219, 0, 0, 1])
    ShowTextAttributes(["", 0, 0, 2])
    ShowText(["The Paizuri Doll gave you a \\ii[219]!"])
    ExitEventProcessing([])
    Empty([])

  BranchEnd([])
  ConditionalBranch([1, 13, 0, 30, 2])
    ShowTextAttributes(["paizuridoll_fc1", 0, 0, 2])
    ShowText(["\\n<Paizuri Doll>"])
    ShowText(["............"])
    ShowTextAttributes(["", 0, 0, 2])
    ShowText(["There are coins sandwiched between the Paizuri Doll's breasts!"])
    PlaySE(["RPG::SE(@name=\"Item1\", @pitch=100, @volume=80)"])
    ChangeGold([0, 0, 820])
    ShowTextAttributes(["", 0, 0, 2])
    ShowText(["The Paizuri Doll gave you 820G!"])
    ExitEventProcessing([])
    Empty([])

  BranchEnd([])
  Empty([])
